home *** CD-ROM | disk | FTP | other *** search
- -- background: 41536 from stack: in
- -- bmap block id: 76437
- -- flags: 0000
- -- background id: 0
- -- name: shell
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=248 top=5 right=22 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 136
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Instructions
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=16 top=255 right=285 bottom=46
- -- title width / last selected line: 0
- -- icon id / first selected line: 7449 / 7449
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- answer " You are already here." with "OK"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=16 top=297 right=327 bottom=46
- -- title width / last selected line: 0
- -- icon id / first selected line: 27267 / 27267
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit
- ----- HyperTalk script -----
- on mouseUp
- answer "Do you want to Quit or go Home?" with "Quit" or "Home" or "Cancel"
- if it is "Cancel" then exit mouseUp
- if it is "Quit" then
- DoMenu "Quit Hypercard"
- else go home
- end mouseUp
-
-